Update System
2013/07/03 |
[1] | Update your system with 'yum' command. However, before doing it, Install 'yum-plugin-fastestmirror' that looks for fast server and download packages from there automatically. |
[root@dlp ~]# yum -y install yum-plugin-fastestmirror Resolving Dependencies --> Running transaction check ---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-15.fc19 will be installed --> Finished Dependency Resolution Dependencies Resolved ============================================================================================================= Package Arch Version Repository Size ============================================================================================================= Installing: yum-plugin-fastestmirror noarch 1.1.31-15.fc19 updates 26 k Transaction Summary ============================================================================================================= Install 1 Package Total download size: 26 k Installed size: 53 k Downloading packages: yum-plugin-fastestmirror-1.1.31-15.fc19.noarch.rpm | 26 kB 00:00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : yum-plugin-fastestmirror-1.1.31-15.fc19.noarch 1/1 Verifying : yum-plugin-fastestmirror-1.1.31-15.fc19.noarch 1/1 Installed: yum-plugin-fastestmirror.noarch 0:1.1.31-15.fc19 Complete![root@dlp ~]# yum -y update
|